projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b43eb
)
(run-mode-hooks): Docstring improvement.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 8 Jul 2007 19:35:50 +0000
(19:35 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 8 Jul 2007 19:35:50 +0000
(19:35 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 86616265c59ceaa5ba97fe065b74293f93a84d98..f890caf66e47606bfc02fc7e8713e91a38f4f846 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1219,7
+1219,8
@@
if it is empty or a duplicate."
Execution is delayed if `delay-mode-hooks' is non-nil.
If `delay-mode-hooks' is nil, run `after-change-major-mode-hook'
after running the mode hooks.
-Major mode functions should use this."
+Major mode functions should use this instead of `run-hooks' when running their
+FOO-mode-hook."
(if delay-mode-hooks
;; Delaying case.
(dolist (hook hooks)